crypto/internal/fips140/drbg.Counter.c (field)

6 uses

	crypto/internal/fips140/drbg (current package)
		ctrdrbg.go#L26: 	c aes.CTR
		ctrdrbg.go#L55: 	c.c = *aes.NewCTR(cipher, V)
		ctrdrbg.go#L65: 	c.c.XORKeyStream(temp, seed[:])
		ctrdrbg.go#L76: 	c.c = *aes.NewCTR(cipher, V)
		ctrdrbg.go#L124: 	c.c.XORKeyStream(out, out)
		ctrdrbg.go#L125: 	aes.RoundToBlock(&c.c)